home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso
/
storage
/
dosdrivers
/
rad
< prev
next >
Wrap
Text File
|
1994-11-17
|
694b
|
29 lines
/* $VER: RAD 40.1 (31.8.93)
*
* Recoverable RAM disk mount entry
*
* You can create different simultaneous recoverable RAM disks by creating
* versions of this file with different Unit values.
*
* The size of a recoverable RAM disk is controlled by the value of the
* HighCyl line. Increasing this value by 1 consumes an additional 11K of
* RAM. So the default value of 79 consumes around 880K of memory.
*/
Device = ramdrive.device
Unit = 0
Flags = 0
Surfaces = 2
SectorsPerTrack = 11
SectorSize = 512
Reserved = 2
Interleave = 0
Buffers = 5
BufMemType = 1
/* The LowCyl and HighCyl fields are controlled by tooltypes in the RAD icon.
*
* LowCyl = 0
* HighCyl = 79
*/